Skip to content

rexackermann/commandscratchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

commandscratchpad



This script lets you create a script and execute it on the fly


This is a simple script that can help you write a script and run it.It can save it in the ~/c folder too ,if you want it to.

  • Help
This is CommandScrachPad or csp

This script lets you create a script and execute it on the fly.

-f  file/script/path
-s  script_in_your_path
-i  edit dirrectly (use with -f or -s)

  • Install

You can simply download the script. Then give it permission and use it. Or use the one liner

curl https://raw.githubusercontent.com/RexAckermann/commandscratchpad/main/csp | cat >> ./csp && chmod +x ./csp && mv ./csp ~/.local/bin/

About

This script lets you create a script and execute it on the fly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages