mirror of
https://github.com/typeable/octopod.git
synced 2024-11-26 10:33:03 +03:00
iko
9bcfdcf065
* Added link titles * Preserve metadata ordering * Added dev run commands to Makefile * Added explanation to the development guide * Made caddy 2 the only config since we probably don't want to maintain two versions. * Use `id` instead of `ord` * Added ghcid version of Caddyfile * Renamed staging to deployment
5 lines
31 B
Bash
Executable File
5 lines
31 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo $0 $@
|
|
exit 0
|