5 lines
46 B
Bash
5 lines
46 B
Bash
|
#!/bin/bash
|
||
|
cat /var/ta/*
|
||
|
srun cat /var/ta/*
|
||
|
|