470
edits
| Line 70: | Line 70: | ||
on your local computer, in a temp dir, save the following scripts and files: | on your local computer, in a temp dir, save the following scripts and files: | ||
#!/bin/bash | #!/bin/bash | ||
# foopies.sh | # foopies.sh | ||
cd ~/temp/foopy | cd ~/temp/foopy | ||
if [ "$1" == "ssh" ]; then | if [ "$1" == "ssh" ]; then | ||
edits