AutoYADM commit: 2025-04-06 19:15:08

This commit is contained in:
Daniel Fichtinger 2025-04-06 19:15:08 -04:00
parent 2206598680
commit b7cfa294f8
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env fish
# capture the input
# set -l temp (mktemp)
set -l input (cat -a)
echo $input >testoutput
# echo $input >$temp
# just --justfile $temp --dump