Script
- Full Command
- Short Command
Input
=============== Input ===============
Script Tag [default]: system
* Script Type: shell
* Script Name: clean_my_linux
* Script Body: To finish type [end]
> sudo apt clean
> sudo apt autoclean
> sudo apt autoremove
> echo 'Cleaning Completed!'
> end
Script Shebang:
Package Description [limit 85]: This script will clean up some memory.
=============== Input ===============
Fields
| Fixed Text | Required | Example | Description |
|---|---|---|---|
| ◻️ No | ◻️ No | system |
Tag group name |
| Fixed Text | Required | Option | Description |
|---|---|---|---|
| ✅ Yes | ✅ Yes | shell |
Shell Script |
| ✅ Yes | ✅ Yes | python |
Python Script |
| ✅ Yes | ✅ Yes | python3 |
Python Script |
| ✅ Yes | ✅ Yes | ruby |
Ruby Script |
| Fixed Text | Required | Example | Description |
|---|---|---|---|
| ◻️ No | ✅ Yes | clean_my_linux |
Your script name |
| Fixed Text | Required | Example | Description |
|---|---|---|---|
| ◻️ No | ✅ Yes | echo 'LinuxProfile!' |
| Fixed Text | Required | Example | Description |
|---|---|---|---|
| ◻️ No | ◻️ No | #!/bin/bash |
Shell Script |
| ◻️ No | ◻️ No | #!/usr/bin/env python |
Python Script |
| ◻️ No | ◻️ No | #!/usr/bin/env python3 |
Python Script |
| ◻️ No | ◻️ No | #!/usr/bin/env ruby |
Ruby Script |
| Fixed Text | Required | Example | Description |
|---|---|---|---|
| ◻️ No | ◻️ No | This script will clean up some memory. |