added musuid

This commit is contained in:
Your Name 2024-09-01 16:43:41 +03:00
parent ff94d81541
commit bfb3d3b2fb
5 changed files with 33 additions and 2 deletions

View file

@ -4,6 +4,10 @@
/* (cat tee wc xargs rev split cp) text buffer */
#define BUF_SIZE 32000
#ifdef _MUSUID_C
#define MUTILS_PATH "/bin/mutils"
#endif
#ifdef _SHRED_C
/* source of random (shred) */
#define RAND_SOURCE "/dev/urandom"