up
up
This commit is contained in:
7
SH/create_course.sh
Normal file
7
SH/create_course.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Lấy thư mục hiện tại nơi người dùng chạy lệnh
|
||||
CURRENT_DIR="$(pwd)"
|
||||
|
||||
# Gọi PHP script, truyền tham số đầu vào và thư mục hiện tại
|
||||
/usr/local/lsws/lsphp82/bin/php /usr/bin/create_moodle_course.php "$@" "$CURRENT_DIR"
|
Reference in New Issue
Block a user