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