Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Still is a simple process alarm. It make specified process sleep now, and wake up after a period of time.

Notifications You must be signed in to change notification settings

Jordan-Haidee/still

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Still

Still is a simple process alarm. It make specified process sleep now, and wake up after a period of time.

Usage

still $pid $duration

some duration examples:

still 19604 30       # make process 19604 sleep 30 seconds
still 19604 30s      # make process 19604 sleep 30 seconds
still 19604 30m      # make process 19604 sleep 30 minites
still 19604 30h      # make process 19604 sleep 30 hours

Install

Binaries

Just download from releases. On Windows, two binaries must be placed at the some folder.

Build from source

Windows

./build.ps1

Linux

bash ./build.sh

About

Still is a simple process alarm. It make specified process sleep now, and wake up after a period of time.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published