diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-06 23:25:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-06 23:26:18 +0700 |
| commit | 4ff7f3cf514aeb32cefe061994969bdcbd225eed (patch) | |
| tree | 585b1069955df8b94a10b6c774d0123cc03dfd2e | |
| parent | 2d6d7bb55c8ac166ab99fc3ba40aed2f6bc8ab62 (diff) | |
| download | kilabit.info-4ff7f3cf514aeb32cefe061994969bdcbd225eed.tar.xz | |
all: add project "bin.sh"
bin.sh is a project to collect shell scripts that I use daily.
| -rw-r--r-- | .gitmodules | 4 | ||||
| l--------- | _content/project/bin.sh/index.adoc | 1 | ||||
| -rw-r--r-- | _content/project/index.adoc | 7 | ||||
| m--------- | _project/src/bin.sh | 0 |
4 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5190294..96c3ec5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,3 +50,7 @@ path = _project/src/pakakeh.ts url = git@git.sr.ht:~shulhan/pakakeh.ts branch = main +[submodule "_project/src/bin.sh"] + path = _project/src/bin.sh + url = git@git.sr.ht:~shulhan/bin.sh + branch = main diff --git a/_content/project/bin.sh/index.adoc b/_content/project/bin.sh/index.adoc new file mode 120000 index 0000000..e2bc1c3 --- /dev/null +++ b/_content/project/bin.sh/index.adoc @@ -0,0 +1 @@ +../../../_project/src/bin.sh/README
\ No newline at end of file diff --git a/_content/project/index.adoc b/_content/project/index.adoc index d9d8e56..5da7057 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -47,6 +47,13 @@ This program exists long before before `godep` or Go module exist and stable. https://github.com/shuLhan/beku[Project page^] +== bin.sh + +A collection of shell scripts. + +link:/project/bin.sh/[Project page^] + + == ciigo ciigo is a program to write static web server with embedded files diff --git a/_project/src/bin.sh b/_project/src/bin.sh new file mode 160000 +Subproject 43d28148bce570bc9cac4b8bccfc41952688079 |
