mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
Added warning to install.sh
This commit is contained in:
parent
8b47d6937d
commit
9f2bf6c295
11
install.sh
11
install.sh
@ -1,7 +1,12 @@
|
||||
#!/bin/bash
|
||||
# This script "installs" files in this gist.
|
||||
# WARNING: This will overwrite your .bashrc, .bash_aliases and .bash_profile !!!!!!
|
||||
# NOTICE: For this script to work, you must cd to folder where this script is.
|
||||
# This script "installs" files in this gist. This script is created by Mika Suomalainen (Mkaysi).
|
||||
# WARNING: This will overwrite your .bashrc, .bash_aliases and .bash_profile !
|
||||
# NOTICE: For this script to work, you must cd to folder where this script is and run ./install.sh
|
||||
#
|
||||
# WARNING: USE THIS SCRIPT WITH YOUR OWN RESPONSIBLITY. AUTHOR OF THIS SCRIPT IS NOT RESPONSIBLE
|
||||
# OF ANY HARMS WHICH MIGHT BE CAUSED BY THIS SCRIPT. NOTICE THAT AS SAID BEFORE, THIS WILL
|
||||
# OVERWRITE YOUR CURRENT .bashrc, .bash_aliases AND .bash_profile ! YOU HAVE BEEN WARNED!
|
||||
#
|
||||
echo "Installing bash_aliases."
|
||||
cat bash_aliases > ~/.bash_aliases
|
||||
echo "bash_aliases installed."
|
||||
|
Loading…
Reference in New Issue
Block a user