This website requires JavaScript.
Explore
Help
Sign in
kforney
/
pentest-distro-builder
Watch
1
Star
0
Fork
You've already forked pentest-distro-builder
0
mirror of
https://github.com/kforney/pentest-distro-builder.git
synced
2024-11-01 08:59:11 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
689eda4521
pentest-distro-builder
/
filesystem
/
etc
/
skel
/
Templates
/
prog
/
c.c
8 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Update parrot-build. Former-commit-id: e5cc9a092d04fb19a8639b235c912426e109561f Former-commit-id: 57ffa6957f9edc0735ac97c86594b1b27d4dbde9
2018-10-17 14:11:16 -06:00
#
include
<stdio.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
Move stuff to /etc/skel Former-commit-id: d5258c85bc64490459ad2e9f3fc043d6d8820a59 Former-commit-id: aaf57e63c1976b3960fee717c68c3b09dc1a94ff
2018-10-18 13:47:28 -06:00
printf
(
"
Hello, World!
\n
"
)
;
Update parrot-build. Former-commit-id: e5cc9a092d04fb19a8639b235c912426e109561f Former-commit-id: 57ffa6957f9edc0735ac97c86594b1b27d4dbde9
2018-10-17 14:11:16 -06:00
return
0
;
}
Reference in a new issue
Copy permalink