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
|
#!/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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user