mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
3 lines
92 B
Bash
Executable File
3 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
cd ../conjurer/ && git pull && cp ./gpt_interface/* ../gpt_interf_serv/ && cd -
|