3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
exec irb -I./client/lib -rclient --simple-prompt --readline "$@"
|