prompt to run command by default
This commit is contained in:
+12
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user