Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 483 Bytes

merged-example.md

File metadata and controls

37 lines (22 loc) · 483 Bytes

#!/usr/bin/env inkjet

main

This is the main info

echo

echo "Hello"

second

echo (word=Second)

When imported, this command would be called as inkjet second echo.

Echo the word provided

echo "$word"

third

A third file with a ping command

ping

echo "pong"