modified: install/fedora.sh

deleted:    install/j.sh
modified:   install/tree_cpy.sh
new file:   usr/bin/search-google
modified:   usr/home/.bashrc
modified:   usr/sbin/brc
This commit is contained in:
Your Name
2026-04-01 11:31:10 +02:00
parent fd5c646e31
commit cbb33df2e3
6 changed files with 55 additions and 38 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ MACHINE_DIR=${1:$MACHINE_DIR}
MACHINE_DIR=${MACHINE_DIR:-"/svr"}
F_NAME=".bashrc";
cd "$MACHINE_DIR/usr/home";
commit_if_modified "$F_NAME"
vim "$F_NAME"
cp -f $F_NAME /home/$F_NAME;
cd -