# This is a script I found for Chrome, it runs successfully in CodeRunner, but I can't move the file where I want:
Any help would be appreciated
!/bin/bash
CHROME_BOOKMARK="$HOME/AppData/Local/Google/Chrome/User Data/Default/Bookmarks"
alias bmcsync='cp "$CHROME_BOOKMARK" "/d/someRepo/b-1 backup/5-1 bookmark/"'
I added the path to the end, but get an error
if I use "man bmcsync" I get command not found
