This website requires JavaScript.
Explore
Help
Sign In
valentin_le_moign
/
deployment-dcdn
Watch
1
Star
0
Fork
You've already forked deployment-dcdn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5ef8f2271d
deployment-dcdn
/
assets
/
webhook.sh
3 lines
89 B
Bash
Raw
Blame
History
#!/bin/bash
username
=
$(
getent passwd
1000
|
cut -d: -f1
)
touch /home/
$username
/webhook_ok
Reference in New Issue
View Git Blame
Copy Permalink