update data source for gcc

master
Mr. Robot 3 years ago committed by GitHub
parent 2b3fc9946a
commit c3309b1e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,12 @@
"functions": {
"file-read": [
{
"code": "gcc -x c -E [file]"
"code": "gcc -x c -E \"[file]\"\n"
}
],
"file-write": [
{
"code": "gcc -xc /dev/null -o [file]\n"
}
],
"shell": [

Loading…
Cancel
Save