mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
QUEUE="//joe@fserver/lj"
|
|
|
|
/usr/local/bin/smbutil print ${QUEUE} -
|