sc3-rom-dump/rom/help/alias.txt

7 lines
207 B
Plaintext
Raw Permalink Normal View History

2024-01-15 10:36:50 +01:00
alias assigns shell commands to run other programs.
ex:
"alias dir ls" will make the "dir" command run the "ls" program
"alias dir" will remove the alias set on "dir"
"alias" will list all current aliases.