You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
489 B
16 lines
489 B
###
|
|
# Copyright (c) 2021 Phytium Information Technology, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0.
|
|
#
|
|
# @Date: 2021-07-02 09:09:00
|
|
# @LastEditTime: 2021-07-02 10:55:10
|
|
# @Description: This files is for virtual-box folder mount
|
|
#
|
|
# @Modify History:
|
|
# Ver Who Date Changes
|
|
# ----- ------ -------- --------------------------------------
|
|
###
|
|
#!/bin/sh
|
|
sudo mount -t vboxsf 6-2021 /mnt/6-2021
|
|
cd /mnt/6-2021
|
|
|