instow

:)
git clone https://git.sr.ht/~ashymad/instow
Log | Files | Refs | LICENSE

instow (123B)


      1 #!/usr/bin/env janet
      2 
      3 (try
      4   (import instow/main)
      5   ([a b] (import ./src/main)))
      6 
      7 (defn main [& args]
      8   (main/main ;args))