|
4fef56cdb8
|
Update scratch to allow running scripts
When passing any arguments to scratch, they will be executed as a
command in the temporary directory
|
2019-09-18 14:47:50 +02:00 |
|
|
fee1f0601a
|
Fix scratch bash script
|
2019-09-18 14:31:20 +02:00 |
|
|
8944c52336
|
Add highlight script
|
2019-09-12 16:19:40 +02:00 |
|
|
9d686e9a45
|
Change scratch to create directories on ramdisk
|
2019-09-12 14:31:27 +02:00 |
|
|
c75987d44c
|
Add countdown script
|
2019-08-02 10:59:50 +02:00 |
|
|
ee8889df32
|
Add count script
Counts from 1 to given Lua expression
|
2019-07-24 11:00:55 +02:00 |
|
|
6b3f339593
|
Add take script
Reads N arguments from stdin and prints them
|
2019-07-24 10:50:34 +02:00 |
|
|
37884e03ac
|
Add 1, 2 and 3 scripts
|
2019-07-24 10:41:49 +02:00 |
|
|
e0cb29460d
|
Add lines script
Prints each commandline parameter on a separate line
|
2019-07-24 10:34:36 +02:00 |
|
|
ee011355f2
|
Add LuaJIT converter scripts between JSON and YAML
|
2019-07-12 10:23:11 +02:00 |
|
|
7824cbd7d1
|
Improve scratch script
It now execs bash, so the process chain doesn't get needlessly long with
nested calls to the script.
|
2018-11-29 08:54:00 +01:00 |
|
|
6a8d978bfd
|
Add scratch script
This script creates a new temporary folder and starts a bash shell in
it. After the shell exits, the directory is deleted.
|
2018-11-06 14:36:31 +01:00 |
|