1
0
Fork 0

replaced : with cat /dev/null because it might cause some problem in the code

This commit is contained in:
Kim, Jimin 2021-07-11 16:04:16 +09:00
parent 9bba6b23fc
commit fe88a00890

View file

@ -567,9 +567,12 @@ setup_zoom() {
}
setup() {
:
# uncomment setup functions that you want to run
# this does absolutely nothing.
# this is only here to prevent bash syntax error
cat /dev/null
# setup_discord
# setup_gnome
# setup_kdenlive