prettyify

This commit is contained in:
the-sane 2019-10-24 00:14:18 -04:00
parent a6529fde1a
commit 88c446be1f

View File

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
############################################################################# ############################################################################
#
# Star Citizen's Linux Users Group presents: # Star Citizen's Linux Users Group presents:
# A Simple Star Citizen Sanitation Script! # A Simple Star Citizen Sanitation Script!
# #
@ -22,7 +21,7 @@
# Written by # Written by
# https://robertsspaceindustries.com/citizens/theSane # https://robertsspaceindustries.com/citizens/theSane
# Source: https://git.io/Je0uQ # Source: https://git.io/Je0uQ
############################################################################# ############################################################################
# Change these paths # Change these paths
i_changed_these="false" # Change this to true once you make your edits i_changed_these="false" # Change this to true once you make your edits
@ -34,8 +33,8 @@ backups="$HOME/Documents/Star Citizen"
user="$path/USER" user="$path/USER"
mappings="$user/Controls/Mappings" mappings="$user/Controls/Mappings"
############################################################################# ############################################################################
############################################################################# ############################################################################
# Display a warning to modify the default variables # Display a warning to modify the default variables
if [ "$i_changed_these" = "false" ]; then if [ "$i_changed_these" = "false" ]; then