remove cat

This commit is contained in:
onyx-and-iris 2025-01-23 02:56:42 +00:00
parent e36af2c059
commit 8bd62b72d0

View File

@ -92,7 +92,7 @@ For example, in Windows with Powershell you could:
Or with Bash:
`cat script.txt | xargs vbantxt-cli`
`xargs vbantxt-cli < script.txt`
to load commands from a file: