mirror of
https://github.com/kou029w/_.git
synced 2025-04-06 04:46:26 +00:00
create goose
This commit is contained in:
parent
1926a1dbfc
commit
cf2df3404b
2 changed files with 8 additions and 0 deletions
goose
5
goose/README.md
Normal file
5
goose/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
https://block.github.io/goose/docs/quickstart/
|
||||
|
||||
```
|
||||
$ goose/hello.goose
|
||||
```
|
3
goose/hello.goose
Executable file
3
goose/hello.goose
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env -S goose run -i
|
||||
|
||||
ファイルtest.txtに「こんにちは」と書き込んでください
|
Loading…
Add table
Reference in a new issue