[ University Project | Spring 2020 ]
Program to execute commands at regular time intervals. C programming project.
- Download
Periodic.ziphere and extract it - Localize the dynamic libraries :
export LD_LIBRARY_PATH=${PWD} - Launch
periodas a daemon withlaunch_damon - Use
periodicto interact withperiod
- Launch period :
./launch_daemon ${PWD}/period- Add a command :
./periodic start period command [args...]- Get the commands list :
./periodic- Remove a command from list :
./periodic remove command_id- Process
- Pipes
- Signals