fixe
This commit is contained in:
parent
0145882277
commit
e8d63cba72
@ -88,7 +88,6 @@ alias tootctl='docker exec -it -w /app/www mastodon bin/tootctl'
|
||||
alias hackingtool='docker run -it --net=host --security-opt seccomp=unconfined --privileged blackarchlinux/blackarch:latest'
|
||||
# Do you need to reboot? Find out here!
|
||||
alias needrs='[ -f /var/run/reboot-required ] && echo "You need to reboot"'
|
||||
<<<<<<< Updated upstream
|
||||
|
||||
# Countdown Timer
|
||||
countdown() {
|
||||
@ -110,7 +109,6 @@ function rgcm() {
|
||||
git add .
|
||||
git commit -m "$message"
|
||||
echo "Git commit submitted with message: $message"
|
||||
=======
|
||||
function cntdn() {
|
||||
local count=$1
|
||||
while [ $count -gt 0 ]; do
|
||||
@ -126,5 +124,4 @@ function cntdn() {
|
||||
((count--))
|
||||
done
|
||||
echo "Time's up!"
|
||||
>>>>>>> Stashed changes
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user