https://github.com/rafa-kozand/script-s_bash
Repository for Bash scripts created and saved.
https://github.com/rafa-kozand/script-s_bash
bash-script bin-bash storage
Last synced: 8 months ago
JSON representation
Repository for Bash scripts created and saved.
- Host: GitHub
- URL: https://github.com/rafa-kozand/script-s_bash
- Owner: Rafa-KozAnd
- Created: 2024-11-16T17:52:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T18:04:55.000Z (12 months ago)
- Last Synced: 2025-01-20T09:46:06.502Z (10 months ago)
- Topics: bash-script, bin-bash, storage
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Script-s_Bash
Repository for Bash scripts created and saved.
- Project Name: 'Script-s_Bash';
- Languages: Bin/Bash (MD);
- Softwares/Work Tools: 'V.S. Code';
- Resume: ;
- Obs: ;
- Version: v.1.0.0
- Last Update Date: 16/11/2024.
##
### Como usar:
Salvar o script: Crie um arquivo chamado limpar_temp.sh e cole o código acima nele.
Tornar o script executável: No terminal, execute:
`chmod +x arquivo.sh`
Executar o script: Rode o script como root para garantir que você tenha permissão para excluir arquivos em diretórios do sistema:
`sudo ./arquivo.sh`