This commit is contained in:
Joshua Ashton
2025-03-09 15:00:18 -06:00
4 changed files with 3 additions and 1 deletions
BIN
View File
Binary file not shown.
+2
View File
@@ -1,6 +1,8 @@
#!/bin/zsh #!/bin/zsh
git init git init
touch .gitignore
echo "*.env" >> .gitignore
git stage -A git stage -A
git commit -m "init commit" git commit -m "init commit"
+1 -1
View File
@@ -3,7 +3,7 @@
# Dependencies: # Dependencies:
# quaxlyqueen/scripts/mark # quaxlyqueen/scripts/mark
BOOKMARKS_FILE="/home/violet/.bookmarks" BOOKMARKS_FILE="/data/data/com.termux/files/home/.bookmarks"
# Catch any invalid input. # Catch any invalid input.
if [[ $# -eq 0 || $# -gt 1 ]]; then if [[ $# -eq 0 || $# -gt 1 ]]; then
BIN
View File
Binary file not shown.