add data source for sg

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

@ -0,0 +1,15 @@
{
"functions": {
"shell": [
{
"description": "Commands can be run if the current user's group is specified, therefore no additional permissions are needed.",
"code": "sg $(id -ng)\n"
}
],
"sudo": [
{
"code": "sudo sg root\n"
}
]
}
}
Loading…
Cancel
Save