why I need a teleport?
If you always need to send files to a particular directory, you'll need it.
How to use the teleport?
Pass the items to the [-|-] (it's a door!). Pong! They are on the moon now.
Or: teleport file1 file2 file3 ... file42
How to make the teleport:
1. make a file in anywhere named teleport.sh
2. type in: mv $* /path/to/destination/assume/it_is/moon
3. go home directory, edit your .bashrc
4. put this alias command in it: alias teleport='sh /path/where/you/put/teleport.sh'
5. execute command: . .bashrc
6. Done!
May you enjoy your teleport~
If you always need to send files to a particular directory, you'll need it.
How to use the teleport?
Pass the items to the [-|-] (it's a door!). Pong! They are on the moon now.
Or: teleport file1 file2 file3 ... file42
How to make the teleport:
1. make a file in anywhere named teleport.sh
2. type in: mv $* /path/to/destination/assume/it_is/moon
3. go home directory, edit your .bashrc
4. put this alias command in it: alias teleport='sh /path/where/you/put/teleport.sh'
5. execute command: . .bashrc
6. Done!
May you enjoy your teleport~