Skip to content

Commit b2cf0a8

Browse files
committed
Culled dependencies
1 parent 9c9ddc1 commit b2cf0a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

git-project-initializer/git_project_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# https://github.com/OperaVaria/useful-bash-scripts
99
# Version 1.0.0
1010
#
11-
# Dependencies: curl git realpath
11+
# Dependencies: curl git
1212
#
1313
# Description: This script sets up a boilerplate Git project by creating the
1414
# recommended directories, adding file templates, and initializing the Git

permissions-reset/permissions_reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# https://github.com/OperaVaria/useful-bash-scripts
99
# Version 1.0.0
1010
#
11-
# Dependencies: realpath stat
11+
# Dependencies: -
1212
#
1313
# Description: This script resets the Unix file-system permissions of files and
1414
# directories to their system defaults. Multiple path arguments can be passed,

script-autostart/script_autostart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# https://github.com/OperaVaria/useful-bash-scripts
99
# Version 1.0.0
1010
#
11-
# Dependencies: realpath
11+
# Dependencies: -
1212
#
1313
# Description: This small command line utility helps the user to easily set up
1414
# a script to run automatically at login.

0 commit comments

Comments
 (0)