6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
insmod fpgafs.ko
|
||
|
insmod fpgafs_lldrv_dbg.ko
|
||
|
mount -t fpgafs non bla/
|