Tootfinder

Opt-in global Mastodon full text search. Join the index!

@azonenberg@ioc.exchange
2026-05-13 23:06:30

GitHub actions: exists
Me: go away or I will replace you with a very small shell script

@wrog@mastodon.murkworks.net
2026-07-14 23:31:12

mastodon.murkworks.net/@wrog/1
stupid version was 60 lines
30 days later, the insane version is ~900 lines of m4 = 2000 lines of shell script (after m4sh has done its bulletproofing)...
...not counting 600 lines of "semi-literate…

@tezoatlipoca@mas.to
2026-05-07 19:23:41

Normally I have to script in Windows, so I have a folder `C:\users\me\Dropbox\skripts` that contains it all. This folder is historical and has perl and shell scripts from my UNIX sysadmin days.
Had to do some stuff in WSL and I just discovered that your WSL shell - by default - inherits your Windows `%PATH%` (and handles the mapping into the WSL file system like `C:\` --> `/mnt/c/` etc.)... as I typed a command name in my `skripts` folder and it worked.
So..

@scottmiller42@mstdn.social
2026-06-10 21:46:24

I’ve been doing a bit of Bash shell script writing today and oh wow the amount of quotation marks I am needing to use to add full support for spaces in inputs is wild.
I guess I’ve gotten used to #Powershell where that isn’t necessary for the most part.
#ScottProgramming

@penguin42@mastodon.org.uk
2026-06-07 17:25:57

Damn, qualcomm make getting virt on their hardware a pita (and apparently it's even more impossible on the android systems); this only took a uefi shell script, a seperate dt, a binary file from a (older) windows install, and a gratuitous boot time hack.
[ 0.007729] CPU: All CPU(s) started at
EL2
dg@dragon:~$ qemu-system-aarch64 --enable-kvm -machine virt -cpu host -m 1G -nographic
QEMU 11.0.1 monitor - type 'help' for more information
(qemu) info k…

@emilis@social.linux.pizza
2026-07-04 16:29:05

Who thought it was a good idea to put spinners in a shell script?
`pip install` has been running for a few minutes now at 100% CPU and all progress I see is an effing spinner on the last line.
Had to look at process list to see it's not stuck.
#python #pip

@azonenberg@ioc.exchange
2026-04-25 10:08:28

It's 3 in the morning on a Saturday and I'm trying to use SLURM to spawn a batch job on a Linux frontend node, which SSH's into a Windows 11 VM, spawns a msys2 UCRT64 shell, then runs a bash script in it.
Not even the KPDH soundtrack I'm blasting is enough to excise the demons here.