tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ Update maintenance script usage
davidgasquez.com
1 month ago
2a0adc72
e745d21c
+1
-2
1 changed file
expand all
collapse all
unified
split
scripts
run-maintenance-tasks
+1
-2
scripts/run-maintenance-tasks
···
149
149
while [[ $# -gt 0 ]]; do
150
150
case $1 in
151
151
--help|-h)
152
152
-
echo "Usage: $0 [--with-update] [--help]"
152
152
+
echo "Usage: $0 [--help]"
153
153
echo ""
154
154
echo "Options:"
155
155
-
echo " --with-update Also run system update (paru/pacman)"
156
155
echo " --help, -h Show this help message"
157
156
exit 0
158
157
;;