4 lines
140 B
Bash
Executable file
4 lines
140 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BUILD_NAME=`ls -t target/builds | head -1`
|
|
scp target/builds/$BUILD_NAME $GRUB_USER@$GRUB_SERVER:$GRUB_RELEASE_DIR/$BUILD_NAME
|