10 lines
229 B
Bash
10 lines
229 B
Bash
#!/bin/bash
|
|
nono run \
|
|
--profile pi \
|
|
--allow-cwd \
|
|
--allow /Users/willem/.local/share/mise \
|
|
--allow /Users/willem/.pi \
|
|
--allow /Users/willem/Library/Caches/mise \
|
|
--allow-net \
|
|
-- pi --verbose -p 'write a haiku'
|