prompt to run command by default

This commit is contained in:
wunderwuzzi23
2023-03-04 21:57:14 -08:00
parent 75bca242f5
commit 2101c4dc5a
4 changed files with 81 additions and 22 deletions
+12 -1
View File
@@ -1 +1,12 @@
alias yolo=$(pwd)/yolo.py
# Installs yolo in the user's home directory
TARGET_DIR=~/yolo-ai-cmdbot
TARGET_FULLPATH=$TARGET_DIR/yolo.py
mkdir -p $TARGET_DIR
cp yolo.py prompt.txt $TARGET_DIR
chmod +x $TARGET_FULLPATH
# Creates two aliases for use
alias yolo=$TARGET_FULLPATH
alias computer=$TARGET_FULLPATH