mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-27 09:14:18 +00:00
prettyify
This commit is contained in:
parent
a6529fde1a
commit
88c446be1f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user