This commit is contained in:
foxx 2024-11-28 23:21:04 -05:00
parent bbe4d5105b
commit dedb1c6b41
No known key found for this signature in database
GPG Key ID: 30D9AD10E852661B

View File

@ -3,5 +3,5 @@ run = "ls -lah" ## command string
[1] [1]
run = "pwd" run = "pwd"
[2] [2]
run = "cargo build" run = "cargo install --path ./ -f"
# #