Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. archivebot@sd-86322:~$ cat ./.bash_profile
  2. #!/bin/bash
  3. PATH="$PATH:/usr/local/bin:$HOME/.local/bin"
  4. g() { cd /home/archivebot/warcdealer/grabbed/ && grab-site --concurrency=5 --wpull-args=--warc-move=/home/archivebot/warcdealer.finished/ "$@"; }
  5.  
  6. archivebot@sd-86322:~$ ./.bash_profile
  7. archivebot@sd-86322:~$ g
  8. g: command not found
  9. archivebot@sd-86322:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement