Merge branch 'main' of https://github.com/quaxlyqueen/scripts
This commit is contained in:
Executable
BIN
Binary file not shown.
@@ -1,6 +1,8 @@
|
||||
#!/bin/zsh
|
||||
|
||||
git init
|
||||
touch .gitignore
|
||||
echo "*.env" >> .gitignore
|
||||
|
||||
git stage -A
|
||||
git commit -m "init commit"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Dependencies:
|
||||
# quaxlyqueen/scripts/mark
|
||||
|
||||
BOOKMARKS_FILE="/home/violet/.bookmarks"
|
||||
BOOKMARKS_FILE="/data/data/com.termux/files/home/.bookmarks"
|
||||
|
||||
# Catch any invalid input.
|
||||
if [[ $# -eq 0 || $# -gt 1 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user