comparison bin/karma- @ 12125:7ead7fa39388 draft

<fizzie> slbd karma-//s|lib/|${HACKENV-/hackenv}/lib/|
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 00:46:17 +0000
parents e037173e0012
children 67da88a6fde6
comparison
equal deleted inserted replaced
12124:ec19d1fb3e82 12125:7ead7fa39388
1 #!/bin/sh 1 #!/bin/sh
2 touch karma 2 touch karma
3 echo "$1 now has $(($(lib/karma "$1")-1)) karma." 3 echo "$1 now has $(($(${HACKENV-/hackenv}/lib/karma "$1")-1)) karma."
4 4