Skip to content

bcmd runs a command and email the output to a local user.

License

Notifications You must be signed in to change notification settings

xianwenchen/bcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcmd

bcmd is a shell script that runs a command and emails the output to an email address.

I no longer remember what bcmd standed for when I named it. Maybe I meant to mean batch command?

bcmd takes two parameters. The t parameter takes the email address that the output will be sent to. The c parameter takes the command.

Below is the example, if you would like to lock your computer screen every 10 minutes.

bcmd -t someone@localhost -c "ls /"

The source code is written in the literate programming style. See DOCUMENTATION/bcmd-design.org.

bcmd is licensed under GPL version 2.

About

bcmd runs a command and email the output to a local user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages