Here is an example. The name of the script should be ownscript.sh. Place it in the directory /etc. It should have executable rights, e.g. 755 (use chmod).
Code:
#!/bin/sh

# Place your own commands on the next lines as you would type them on the command line
fp_control -b 5
Regards,

Audioniek.