1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-08-30 18:36:57 +00:00
dotfiles/fish/functions/ptest.fish

7 lines
167 B
Fish

function ptest
set seed $argv[1]
set cmnd /src/(string replace -- / /ptest/ $argv[2])
set args $argv[3..-1]
eval ARTEST_RANDSEED=$seed $cmnd $args
end